.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link {
  color: #08c;
  text-decoration: none;
}
.link:hover {
  color: #ff861a;
}
.linkReverse {
  color: #ff861a;
}
.linkReverse:hover {
  color: #08c;
}
.linkGraylighter {
  color: #909090;
}
.linkGraylighter:hover {
  color: #08c;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right;
  display: block;
}
.align-center {
  text-align: center;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.pull-left[class^="icon-"],
.pull-left[class*=" icon-"] {
  margin-right: 10px;
}
.smallFontSize {
  font-size: 85.7%;
}
.normalFontSize {
  font-size: 92.9%;
}
.largeFontSize {
  font-size: 114.3%;
}
.xlargeFontSize {
  font-size: 128.6%;
}
.thumbnail.pull-left {
  margin: 0 1em 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 1em 10px;
}
.thumbnail.clear {
  border: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.icon.pull-left {
  margin: 0 1em 0 0;
}
.icon.pull-right {
  margin: 0 0 0 1em;
}
.bgcolor2 {
  background: #ff6825;
}
.bgcolor5 {
  background: #8eb60b;
}
.img-effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-effect img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.img-effect .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img-effect .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.img-effect .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.img-effect .hoverLink > i.icon-img {
  background: url(../../templates/sj_viste/images/arrow-right-img.png) no-repeat -54px center;
}
.img-effect:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.img-effect:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-effect:hover .hoverLink:hover i {
  background-color: #ff7900;
}
#flip-scroll table {
  width: 100%;
  display: block;
}
#flip-scroll tr {
  width: 100% !important;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}
#flip-scroll td,
#flip-scroll th {
  width: 100% !important;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 5px 8px;
}
.listinline {
  margin: 0;
}
.listinline li {
  display: inline-block;
  padding: 0 15px 0 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listinline li.item {
  width: 32%;
  padding: 0;
}
.listLineSolid {
  margin: 0;
}
.listLineSolid li {
  display: inline-block;
  padding: 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listLineSolid li:before {
  content: "|";
  margin: 0 10px;
  color: #909090;
  font-size: 12px;
}
.listLineSolid li:first-child:before {
  content: "";
}
.listLineSolid li a {
  color: #909090;
}
.listLineSolid li a:hover {
  color: #08c;
}
.listunderline {
  list-style: none;
  margin: 0;
}
.listunderline li {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
#filter .blur img {
  filter: url("../../templates/sj_viste/images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
}
#filter .grayScale img {
  filter: url(../../templates/sj_viste/images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(100%);
  filter: gray;
}
#filter .disgrayscale img {
  filter: url(../../templates/sj_viste/images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(0%);
}
.transform-style {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.backface-visibility {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.effect-1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.effect-1 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
.effect-1 span:before {
  content: attr(data-hover);
  position: absolute;
  top: -100%;
  font-weight: bold;
}
.effect-1:hover span,
.effect-1:focus span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.toRightFromLeft 49% {
  background-position: 50px 6px;
}
.toRightFromLeft 50% {
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: -50px 6px;
}
.toRightFromLeft 51% {
  opacity: 1;
  filter: alpha(opacity=100);
}
@-webkit-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.table_blank {
  background: transparent;
}
.table_blank h3.modtitle {
  background: none;
  border: none;
}
.table_blank .modcontent {
  background: none;
  border: none;
}
.table_clear {
  background: transparent;
}
.table_clear h3.modtitle {
  background: none;
  border: none;
}
.table_clear .modcontent {
  background: none;
  border: none;
}
.table_clear h3.modtitle {
  padding: 0;
  margin-bottom: 10px;
}
.table_clear .modcontent {
  padding: 0;
}
table.calendar {
  width: 100%;
}
table.calendar tr td {
  padding: 4px;
}
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarCurrentMonth,
table.calendar tr td.calendarNavMonthNext {
  background-color: #8b0dc8;
  border: none;
  color: #fff;
  text-align: center;
}
table.calendar tr td.calendarDayName {
  background: transparent;
  font-size: 14px;
}
table.calendar tr td.calendarCurrentMonth {
  font-size: 130%;
}
table.calendar tr td.calendarNavMonthPrev a,
table.calendar tr td.calendarNavMonthNext a {
  color: #fff;
}
table.calendar tr td.calendarToday {
  background: #8b0dc8;
}
.rtl .icon.pull-left {
  margin: 0 0 0 1em;
}
.rtl .icon.pull-right {
  margin: 0 1em 0 0;
}
.rtl .align-right {
  text-align: left;
}
.rtl .align-left {
  text-align: right;
}
.rtl .pull-left[class^="icon-"],
.rtl .pull-left[class*=" icon-"] {
  margin: 0 0 0 10px;
}
.rtl .thumbnail.pull-left {
  margin: 0 0 10px 1em;
}
.rtl .thumbnail.pull-right {
  margin: 0 1em 10px 0;
}
.rtl .borderRound {
  margin: 10px 0 10px 14px;
}
#bd {
  padding: 0;
}
#bd .row-fluid .first[class*="span"] {
  margin: 0;
}
#bd .row-fluid .span12 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 0;
}
#bd .row-fluid .hidden {
  display: none !important;
}
#bd .row-fluid .span3d {
  width: 18%;
  margin: 0;
}
#bd .row-fluid .span6d {
  width: 64%;
  margin: 0;
  overflow: hidden;
}
#bd .row-fluid .span9d {
  width: 82%;
  float: right;
  overflow: hidden;
}
@media (min-width: 1500px) {
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: auto;
  }
  #bd .row-fluid .span3d {
    width: 13%;
  }
  #bd .row-fluid .span6d {
    width: 74%;
  }
  #bd .row-fluid .span9d {
    width: 87%;
    margin: 0;
  }
  #bd.homepage #content_main .component-inner2 > div:first-child {
    width: auto;
  }
  #bd .group-top {
    width: 640px;
    float: right;
  }
  #bd .blog .items-row .item.span3 .item-image {
    display: inline-block;
  }
  #bd .productdetails-view .productdetail-content .product-image .main-image #wrap {
    display: inline-block;
  }
}
@media (min-width: 1025px) and (max-width: 1499px) {
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: auto;
  }
  #bd .productdetails-view .productdetail-content .product-image .main-image #wrap {
    display: inline-block;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: auto;
  }
  #bd .row-fluid .span3d {
    width: 22%;
  }
  #bd .row-fluid .span9d {
    width: 78%;
    margin: 0;
  }
  #bd .yt-lightbox {
    display: block;
    background: transparent;
  }
  #bd select {
    width: auto;
  }
  #bd #yt_header {
    padding: 15px 10px;
  }
  #bd #yt_header .group-top {
    width: 59%;
    margin: 0;
    float: right;
  }
  #bd #yt_header .group-top #topmenu .search input.inputbox {
    width: 135px;
  }
  #bd .blog .items-leading .item.span3 .item-image,
  #bd .blog .items-leading .item.span4 .item-image {
    display: block;
    height: 100%;
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #bd .blog .items-leading .item.span3 .item-image .img_caption,
  #bd .blog .items-leading .item.span4 .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span3 .item-image,
  #bd .blog .items-row .item.span4 .item-image {
    display: block;
    height: 100%;
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #bd .blog .items-row .item.span3 .item-image img,
  #bd .blog .items-row .item.span4 .item-image img {
    max-width: 100%;
    display: block;
  }
  #bd .blog .items-row .item.span3 .item-image .img_caption,
  #bd .blog .items-row .item.span4 .item-image .img_caption {
    width: auto !important;
  }
  #bd .browse-view .spacer .product-content .product-content-inner .product-back .vote-rating {
    bottom: 10px;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .nav_button {
    float: left;
    margin-top: 10px;
  }
  #bd .sj-maxtrix-slider .mts-wrap img {
    width: 100%;
    max-width: 100%;
  }
  #bd div.jwTinyLetterContainer form.jwTinyLetterForm input.inputbox {
    width: 130px;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  #bd select[multiple],
  #bd select[size] {
    height: 30px;
  }
  #bd #recaptcha_response_field {
    width: auto !important;
  }
  #bd #recaptcha_area td {
    display: block !important;
  }
  #bd #yt_wrapper {
    padding: 0;
  }
  #bd #cpanel_wrapper {
    display: none;
  }
  #bd #yt_sticky_left,
  #bd #yt_sticky_right,
  #bd #yt_tool_bottom {
    display: none;
  }
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: auto;
  }
  #bd.view-contact #maintop,
  #bd .layout-variation #maintop {
    padding: 10px 10px 0;
  }
  #bd.view-contact #maintop .content-inner,
  #bd .layout-variation #maintop .content-inner {
    padding: 10px;
  }
  #bd #content #yt_component .component-inner {
    padding: 10px;
  }
  #bd.homepage.view-article #content #yt_component .component-inner .component-inner2 .sj-responsive-listing .respl-wrap {
    margin: 0 -5px;
  }
  #bd #yt_header {
    padding: 15px 10px;
    background-size: auto 100%;
  }
  #bd #yt_header #yt_logoposition {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    width: auto;
    float: none;
  }
  #bd #yt_header .group-top {
    text-align: center;
    margin: 0;
    width: 100%;
  }
  #bd #yt_header .group-top #topmenu {
    float: none;
    display: inline-block;
    width: auto;
    text-align: left;
  }
  #bd #yt-responivemenu {
    display: inline-block;
    text-align: left;
  }
  #bd #content_main {
    border-bottom: 1px solid #EBEBEB;
  }
  #bd #left .module_menu,
  #bd #left div.module {
    width: 46%;
    margin: 1% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bd #left > div {
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
  }
  #bd #left > div:nth-child(1) {
    float: right;
  }
  #bd #left > div:nth-child(2) {
    float: left;
  }
  #bd #left .border-bottom {
    border-bottom: none;
  }
  #bd #left div.jwTinyLetterContainer form.jwTinyLetterForm {
    margin: 0;
  }
  #bd #yt_copyrightposition {
    border-top: 1px solid #EBEBEB;
  }
  #bd .blog .items-leading .item.span4 .item-image,
  #bd .blog .items-leading .item.span3 .item-image {
    display: block;
    min-width: inherit !important;
    min-height: inherit !important;
    float: none;
  }
  #bd .blog .items-leading .item.span4 .item-image .img_caption,
  #bd .blog .items-leading .item.span3 .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span4 .item-image,
  #bd .blog .items-row .item.span3 .item-image {
    display: block;
    min-width: inherit !important;
    min-height: inherit !important;
    float: none;
  }
  #bd .blog .items-row .item.span4 .item-image .img_caption,
  #bd .blog .items-row .item.span3 .item-image .img_caption {
    width: auto !important;
  }
  #bd .item-page .img-fulltext {
    display: block;
  }
  #bd .archive .inputbox {
    margin-bottom: 10px;
  }
  #bd .category-view > h2 {
    margin: 0 0 1em;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .nav_button {
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
  #bd .sj-maxtrix-slider .mts-wrap img {
    width: 100%;
    max-width: 100%;
  }
  #bd div.sj-maxtrix-slider .mts-control li.mts-addtocart input.addtocart-button {
    background-image: none;
    padding: 0 20px;
  }
}
@media (max-width: 766px) {
  #bd #yt_wrapper {
    font-size: 14px;
  }
  #bd .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  #bd select[multiple],
  #bd select[size] {
    width: 99%;
    height: 30px;
  }
  #bd .recaptchatable #recaptcha_image {
    width: 100% !important;
  }
  #bd .form-horizontal .controls input {
    width: 90%;
  }
  #bd select {
    width: 95%;
  }
  #bd #yt_wrapper {
    padding: 0;
  }
  #bd table table {
    width: 100%;
    display: block;
  }
  #bd table tr {
    width: 100% !important;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
  }
  #bd table td,
  #bd table th {
    width: 100% !important;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 5px 8px;
  }
  #bd .form-horizontal .controls,
  #bd dd {
    margin: 0;
  }
  #bd #recaptcha_response_field {
    width: auto !important;
  }
  #bd #recaptcha_area td {
    display: block !important;
    width: 224px !important;
  }
  #bd .recaptchatable #recaptcha_image {
    width: 100% !important;
  }
  #bd #cpanel_wrapper {
    display: none;
  }
  #bd #yt_header {
    padding: 15px 10px;
    background-size: auto 100%;
  }
  #bd #yt_header #yt_logoposition {
    text-align: center;
    margin-top: 30px;
    width: auto;
    float: none;
  }
  #bd #yt_header .group-top {
    text-align: center;
    margin: 0;
    width: 100%;
  }
  #bd #yt_header .group-top #yt_menuposition,
  #bd #yt_header .group-top #topmenu {
    float: none;
    display: inline-block;
    width: auto;
  }
  #bd #yt_header .group-top #yt_menuposition > *,
  #bd #yt_header .group-top #topmenu > * {
    margin: 0;
  }
  #bd #yt_header .group-top #yt_menuposition .yt-account,
  #bd #yt_header .group-top #topmenu .yt-account {
    display: none;
  }
  #bd #yt-responivemenu {
    display: inline-block;
    text-align: left;
  }
  #bd #myLogin {
    width: 240px;
    padding: 15px 20px;
    margin: 0 auto;
    text-align: left;
    top: 30px;
  }
  #bd #myLogin h3.title {
    margin: -15px -20px 20px;
  }
  #bd #myLogin #form-login-submit {
    margin: 0;
  }
  #bd #myLogin #form-login-submit .button {
    display: block;
    margin: 0 0 10px;
  }
  #bd #bottom1 .module,
  #bd #bottom2 .module,
  #bd #bottom3 .module {
    padding: 0 15px;
    margin: 0;
  }
  #bd #bottom1 .module .modtitle,
  #bd #bottom2 .module .modtitle,
  #bd #bottom3 .module .modtitle {
    padding: 15px 0 5px;
  }
  #bd #topmenu {
    text-align: center;
  }
  #bd #topmenu ul.menu > li.yt-login:before {
    content: "";
    margin: 0;
    display: none;
  }
  #bd #topmenu .yt-loginform,
  #bd #topmenu .sj-minicart-pro,
  #bd #topmenu form {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  #bd.view-contact #maintop,
  #bd .layout-variation #maintop {
    padding: 10px 10px 0;
  }
  #bd.view-contact #maintop .content-inner,
  #bd .layout-variation #maintop .content-inner {
    padding: 10px;
  }
  #bd.homepage .content-main-inner {
    margin: 0;
  }
  #bd #content #yt_component .component-inner {
    padding: 10px;
  }
  #bd #content #yt_component .component-inner .component-inner2 {
    padding: 15px;
  }
  #bd.homepage.view-article #content #yt_component .component-inner .component-inner2 {
    padding: 0;
  }
  #bd.homepage.view-article #content #yt_component .component-inner .component-inner2 .sj-responsive-listing .respl-wrap {
    margin: 0 -5px;
  }
  #bd.view-featured #content #yt_component .component-inner .component-inner2,
  #bd.view-category.com_content #content #yt_component .component-inner .component-inner2,
  #bd.com_virtuemart.view-category #content #yt_component .component-inner .component-inner2,
  #bd.view-virtuemart #content #yt_component .component-inner .component-inner2,
  #bd.view-productdetails #content #yt_component .component-inner .component-inner2 {
    padding: 0;
    background: transparent;
    border: none;
  }
  #bd .input-prepend.input-append .add-on:first-child,
  #bd .input-prepend.input-append .btn:first-child {
    float: left;
  }
  #bd .input-prepend.input-append input,
  #bd .input-prepend.input-append select,
  #bd .input-prepend.input-append .uneditable-input {
    float: left;
  }
  #bd .newsfeed-category select[multiple],
  #bd .newsfeed-category select[size],
  #bd .contact-category select[multiple],
  #bd .contact-category select[size] {
    width: auto;
  }
  #bd div.archive .filter-search {
    padding: 15px;
  }
  #bd .search #searchForm .phrases-box input,
  #bd .search #searchForm .only input {
    margin-top: 6px;
  }
  #bd form#contact-form textarea,
  #bd form#contact-form textarea:focus {
    width: 90%;
  }
  #bd .form-horizontal .control-label {
    float: none;
  }
  #bd #finder-search .inputbox {
    margin-bottom: 10px;
  }
  #bd div.contact textarea,
  #bd div.contact input {
    width: 90%;
  }
  #bd .filter-search select {
    margin-bottom: 1em;
  }
  #bd div.contact .contact-image {
    float: none;
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  #bd div.contact .panel-form {
    padding: 10px;
  }
  #bd .weblink-category table.category td.title span {
    display: none;
  }
  #bd div.contact .panel-form {
    padding: 0;
  }
  #bd .blog .items-leading .item .item-image,
  #bd .blog .items-row .item .item-image {
    float: none;
    display: inline-block;
    margin: 0 0 5px;
    min-height: inherit !important;
    min-width: inherit !important;
  }
  #bd .blog-featured .items-leading .item .item-image,
  #bd .blog-featured .items-row .item .item-image {
    margin: 0 0 10px;
    float: none;
    display: inline-block;
    min-height: inherit !important;
    min-width: inherit !important;
  }
  #bd .item-page > .img-fulltext {
    display: block;
    float: none;
  }
  #bd .contentpane {
    width: 98%;
    margin: 0;
  }
  #bd .category-view > h2,
  #bd .browse-view > h2 {
    margin: 10px 0;
  }
  #bd .category-view .display-number,
  #bd .browse-view .display-number {
    display: none;
  }
  #bd .category-view .category,
  #bd .category-view .product,
  #bd .browse-view .category,
  #bd .browse-view .product {
    margin-bottom: 1em;
  }
  #bd .category-view .horizontal-separator,
  #bd .browse-view .horizontal-separator {
    margin: 0;
  }
  #bd .category-view .spacer .product-header,
  #bd .browse-view .spacer .product-header {
    min-height: 43px;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .nav_button {
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
  #bd .productdetails-view #yt_relate #yt_caroufredsel .item {
    width: 300px !important;
  }
  #bd .cart-view #com-form-login {
    padding: 15px;
  }
  #bd .cart-view .customer-comment textarea {
    width: 90%;
  }
  #bd #facebox .content {
    width: 300px;
  }
  #bd #facebox .content iframe {
    width: 100%;
  }
  #bd #sbox-window {
    width: 280px !important;
    left: 10px !important;
  }
  #bd #sbox-window iframe {
    width: 100% !important;
  }
  #bd .ask-a-question-view .form-field textarea.field {
    width: 98%;
  }
  #bd .sj-minicart-pro .mc-content {
    display: none !important;
  }
  #bd .sj-minicart-pro .over .mc-header:before {
    display: none;
  }
  #bd .sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header .price > .PricesalesPrice {
    min-height: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bd .acount-view .page-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #bd .acount-view fieldset {
    overflow: hidden;
  }
  #bd .acount-view fieldset > * {
    width: 240px;
  }
  #bd .acount-view fieldset > * button {
    margin: 5px 0;
  }
  #bd #topmenu .search input.inputbox {
    width: 225px;
  }
  #bd .yt-socialNetworking {
    border-top: 1px solid #ddd;
  }
  #bd .sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-content {
    width: 100%;
  }
  #bd .sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-content .product-img {
    text-align: center;
  }
  #bd .sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom {
    width: 100%;
  }
  #bd .sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom:before {
    content: "";
    display: none;
  }
  #bd .sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore:before {
    left: -8px;
  }
  #bd .sj-maxtrix-slider .mts-wrap img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 359px) {
  #bd .finder #search-form #finder-search .word .button {
    margin-top: 5px;
  }
}
@media (max-width: 360px) {
  .contentpane .ask-a-question-view .form-field textarea.field {
    width: 90%;
  }
}
